[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Exp                      Returns Exponential of a Number

 Exp(X : Real) : Real;
 Exp(X : Integer) : Real;

    Returns the value of 'e' raised to the Xth power. 'e' is approximately
    2.71828182846 and has special significance in mathematics. Note that
    Ln(Exp(X)) = X.

               X    An integer or real value (constant, variable, function
                    call, or expression).

         Limits:    if Abs(X) > 88, runtime error 1 ($1) occurs.

  -------------------------------- Example ---------------------------------

           X := Exp(1);             { X = 2.7182818285 }

See Also: Ln
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson